34. Exercise: Create the PreferenceFragment in Sunshine

Create the PreferenceFragment in Sunshine

INSTRUCTOR NOTE:

compile 'com.android.support:preference-v7:25.0.0'

Exercise Code

Exercise: S06.02-Exercise-SettingsFragment

Create the SettingsFragment

Follow the steps Asser gave and the TODOs in the code to create the Settings Fragment. When you're done, your app should:

SOLUTION:
  • Show a ListPreference for units and an EditTextPreference for location
  • Have the summaries for the ListPreference and the EditTextPreference change when updated